home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 60 / IOPROG_60.ISO / soft / c++ / gsl-1.1.1-setup.exe / {app} / include / gsl / gsl_matrix.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-04-20  |  623 b   |  26 lines

  1. #ifndef __GSL_MATRIX_H__
  2. #define __GSL_MATRIX_H__
  3.  
  4. #include <gsl/gsl_matrix_complex_long_double.h>
  5. #include <gsl/gsl_matrix_complex_double.h>
  6. #include <gsl/gsl_matrix_complex_float.h>
  7.  
  8. #include <gsl/gsl_matrix_long_double.h>
  9. #include <gsl/gsl_matrix_double.h>
  10. #include <gsl/gsl_matrix_float.h>
  11.  
  12. #include <gsl/gsl_matrix_ulong.h>
  13. #include <gsl/gsl_matrix_long.h>
  14.  
  15. #include <gsl/gsl_matrix_uint.h>
  16. #include <gsl/gsl_matrix_int.h>
  17.  
  18. #include <gsl/gsl_matrix_ushort.h>
  19. #include <gsl/gsl_matrix_short.h>
  20.  
  21. #include <gsl/gsl_matrix_uchar.h>
  22. #include <gsl/gsl_matrix_char.h>
  23.  
  24.  
  25. #endif /* __GSL_MATRIX_H__ */
  26.